| Xfinium.Pdf.PdfFunctions Namespace > PdfSampleFunction Class > PdfSampleFunction Constructor : PdfSampleFunction Constructor(Int32[],Int32,PdfFunctionInterpolationMode,Double[],Double[],Byte[]) |
'DeclarationPublic Function New( _ ByVal size() As Integer, _ ByVal bitsPerSample As Integer, _ ByVal interpolationMode As PdfFunctionInterpolationMode, _ ByVal encode() As Double, _ ByVal decode() As Double, _ ByVal samples() As Byte _ )
'UsageDim size() As Integer Dim bitsPerSample As Integer Dim interpolationMode As PdfFunctionInterpolationMode Dim encode() As Double Dim decode() As Double Dim samples() As Byte Dim instance As New PdfSampleFunction(size, bitsPerSample, interpolationMode, encode, decode, samples)
public PdfSampleFunction( int[] size, int bitsPerSample, PdfFunctionInterpolationMode interpolationMode, double[] encode, double[] decode, byte[] samples )
public: PdfSampleFunction( array<int>^ size, int bitsPerSample, PdfFunctionInterpolationMode interpolationMode, array<double>^ encode, array<double>^ decode, array<byte>^ samples )
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library